feat!: remove OpenAiVoiceId, FallbackOpenAiVoiceId, and ToolPinnedConflictResponseDtoError exported types - #49
Open
fern-api[bot] wants to merge 3 commits into
Open
fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:04
dba93cf to
db50444
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:47
e82cb5c to
f21c240
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 14, 2026 22:47
c14a7a4 to
f2b37f2
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
7 times, most recently
from
September 17, 2026 17:03
01c3ae1 to
85e0ccd
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
5 times, most recently
from
September 18, 2026 19:00
72ccff4 to
881f0b3
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
…, and ToolPinnedConflictResponseDtoError exported types This SDK regeneration removes several exported types and changes existing interface shapes, constituting breaking changes for existing consumers. Key changes: - Remove `OpenAiVoiceId`, `OpenAiVoiceIdEnum`, `FallbackOpenAiVoiceId`, and `FallbackOpenAiVoiceIdEnum` exported types; `voiceId` on `OpenAiVoice` and `FallbackOpenAiVoice` is now `unknown | undefined` - Remove `ToolPinnedConflictResponseDtoError` exported type and its `error` field from `ToolPinnedConflictResponseDto` - Add `ForbiddenError` (HTTP 403) typed error class thrown by all `EvalClient` methods - Add `ConflictError` (HTTP 409) typed error thrown by `ToolsClient.update` - Add new exported types: `OpenAiReasoner`, `OpenAiSpeaker`, `SquadVersion`, `OrgLimitsResponseDto`, `ModelDeprecationNotice`, `FilePaginatedResponse`, `AudioFormatFormat`, `AnthropicBedrockModelFallbackModelsItem`, `ConflictErrorBody`, `ToolWriteConflictResponseDto` - Add `squadVersion` field to `CreateCallDto` and `AssistantActivation` - Add `modelDeprecations` field to `Assistant` and `AssistantDraft` - Add new Rime AI voice IDs (Clementine, Walnut, Eyre, Bancroft, Hesse, Beatty, Godfrey) to `RimeAiVoiceIdEnum` and `FallbackRimeAiVoiceIdEnum` 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 18, 2026 19:14
881f0b3 to
6fa0faf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking: Removing the exported types
OpenAiVoiceId,OpenAiVoiceIdEnum,FallbackOpenAiVoiceId,FallbackOpenAiVoiceIdEnum, andToolPinnedConflictResponseDtoError, and changingvoiceIdfrom a typed required field tounknown | undefinedonOpenAiVoiceandFallbackOpenAiVoice, are breaking changes that will cause compile errors for existing callers.Added
OpenAiSpeakerandOpenAiReasoner— new optionalspeakerandreasonerfields onOpenAiModelenable GPT-Live configuration, including personality packs, instructions, reasoning effort, and delegated reasoning model selection;gpt-live-1added toOpenAiModelModel.squadVersionoptional field onCall,CreateOutboundCallDto, andCreateWebCallDtopins a call to a specific squad version; newSquadVersion,SquadVersionPaginatedResponse, andSquadVersionPaginatedMetadatatypes support the version history API;latestVersionadded toSquad.ModelDeprecationNotice— new type surfaced viamodelDeprecationsonAssistantVersionandSquad, identifying deprecated or retired models in use and their recommended replacements.OrgLimitsResponseDto,OrgConcurrencyLimitsDto, andOrgApiLimitsDto— new types exposing org-level concurrency and API rate-limit usage at read time.CodaandMistv3inRimeAiVoiceModel/FallbackRimeAiVoiceModel;HipaaSpecialinInviteUserDtoRoleZero/UpdateUserRoleDtoRoleZero;CallStartSquadVersionErrorValidationin call-ended reason enums;SquadVersioninVersionPinReferenceSourceType;AssistantKnowledgeBaseRequestSucceededinJsonQueryOnEventsTableOn.See full changelog